|
Name |
Description |
|
GroupJoin<(Of <<'(T2, TResult>)>>)(IIndexScanner<(Of <<'(T2>)>>), Func<(Of <<'(T, IEnumerable<(Of <<'(T2>)>>), TResult>)>>))
|
Correlates the items of this indexed collection with the items of another indexed collection and groups the results by the item of this collection.
Implements IIndexScanner(T).GroupJoin
(Inherited from Index<(Of <(<'T>)>)>.) |
|
GroupJoin<(Of <<'(T2, TResult>)>>)(IIndexScanner<(Of <<'(T2, TKey>)>>), Func<(Of <<'(T, IEnumerable<(Of <<'(T2>)>>), TResult>)>>))
|
Correlates the items of this indexed collection with the items of another indexed collection and groups the results by the item of this collection.
Implements IIndexScanner(T,TKey).GroupJoin
|
|
GroupJoin<(Of <<'(T2, TResult>)>>)(IEnumerable<(Of <<'(T2>)>>), Func<(Of <<'(T2, Object>)>>), Func<(Of <<'(IEnumerable<(Of <<'(T>)>>), T2, TResult>)>>))
|
Correlates the items of this indexed collection with the items of another sequence and groups the results by the item of the second sequence.
Implements IIndexScanner(T).GroupJoin
(Inherited from Index<(Of <(<'T>)>)>.) |
|
GroupJoin<(Of <<'(T2, TResult>)>>)(IEnumerable<(Of <<'(T2>)>>), Func<(Of <<'(T2, Object>)>>), Func<(Of <<'(IEnumerable<(Of <<'(T>)>>), T2, TResult>)>>))
|
|
|
GroupJoin<(Of <<'(T2, TResult>)>>)(IEnumerable<(Of <<'(T2>)>>), Func<(Of <<'(T2, TKey>)>>), Func<(Of <<'(IEnumerable<(Of <<'(T>)>>), T2, TResult>)>>))
|
Correlates the items of this indexed collection with the items of another sequence and groups the results by the item of the second sequence.
Implements IIndexScanner(T,TKey).GroupJoin
|
|
GroupJoin<(Of <<'(T2, TResult>)>>)(IEnumerable<(Of <<'(T2>)>>), Func<(Of <<'(T2, TKey>)>>), Func<(Of <<'(T, IEnumerable<(Of <<'(T2>)>>), TResult>)>>))
|
Correlates the items of this indexed collection with the items of another sequence and groups the results by the item of this collection.
Implements IIndexScanner(T,TKey).GroupJoin
|